home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).adf / SiliCon / quickref < prev    next >
Text File  |  1989-01-18  |  1KB  |  27 lines

  1. ;self displaying quick reference
  2. type quickref
  3. quit
  4.  
  5. = ======================================================================== =
  6.  
  7.                   Quick Reference for Sili(Con:)
  8.  
  9. Command Line Editing:
  10.     Return  -- Execute the command (and preserve it in history list).
  11.     BackSpace  -- delete character to left.   DEL  -- character to right.
  12.     Left/Right-Arrow  -- move one character left/right.
  13.     Shift-Left/Right-Arrow   -- move to that end of the line.
  14.     Control-X  -- delete entire line (and the undo buffer!).
  15.     Right-Amiga-Q  -- restore original contents ("undo").
  16. History Control:
  17.     Up/Down Arrows  -- move up/down list of previous commands.
  18.     Shift-Return  -- preserve command in list, but do not execute.
  19.     Right-Amiga-DEL  -- delete the current command from the list.
  20. State Control:
  21.     Control-C, -D, -E, -F  -- passed on to running program.
  22.     Right-Amiga-Return  -- push Control Window to back (remains active!).
  23.     Left-Amiga-Return  -- bring Control Window to front and make it active
  24.                          (may be given at any time).
  25. Mouse (left button):
  26.     Click on history item to make it current.  Double-click to execute it.
  27.